home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / example / O.sgi / Makefile < prev    next >
Makefile  |  1993-01-29  |  457b  |  21 lines

  1. GEOM = ../../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include ../Makedefs
  4. include ${GEOM}/makefiles/Makerules.obj
  5.  
  6. FORMSLIBS = -lforms -lfm_s
  7. ALLLIBS = ${ALLOOGLLIBS} ${FORMSLIBS} -lgl_s -lm
  8.  
  9. example:    ${OBJS} 
  10.     rm -f example ../example
  11.     cc ${CFLAGS} ${OBJS}  ${ALLLIBS} -o example
  12.     ln example ..
  13.  
  14. tutorial.dvi:    tutorial.tex
  15.     latex tutorial
  16.  
  17. install:    install_module
  18.  
  19. install_module:    example
  20.     ${INSTALLMODULE} example ../.geomview-example ${MODULEDIR}
  21.